SWMM Current Status
Repositories
- swmm-worker-function
- swmm-frontend-react
- swmm-api-aspnet
Jira
- swmm-frontend-react (14 issues)
- swmm-api-aspnet (17 issues)
- Some of these are testing.
swmm-frontend-react
GitHub has the latest code.
The front end contains 3 pages at this point in time:
- Overview
- Scenarios
- Dashboard
The Dashboard page is still incomplete. Nodes work but Links and Sensors still do not come up. This is in progress.
swmm-api-aspnet
GitHub has the latest code.
There are 25 API endpoints available in the swmm-api-aspnet. Only 8 are currently in use. These are the only ones we have tested. The first 8 numbers are the api calls in use.
- Node (/api/Node/Nodes)
- Node values (/api/Node/Values)
- Links (/api/Link/Links)
- Link values (/api/Link/Values)
- Sensor Sensors (/api/Sensor/Sensors)
- Sensor Model Sensors (/api/Sensor/ModelSensors)
- Scenario Runs (/api/Scenario/Runs)
- System Attributes (/api/System/Attributes)
- Doppler (/api/Doppler/Images)
- Link aggregated values (/api/Link/AggregatedValues)
- Link results (/api/Link/Results)
- Node Results (/api/Node/Results)
- Scenario Run properties (/api/Scenario/RunProperties)
- Scenario Run Latest properties (/api/Scenario/LatestRunProperties)
- Sensor Node Values (/api/Sensor/NodeValues)
- Sensor Link Values (/api/Sensor/LinkValues)
- Sensor Link Time series (/api/Sensor/LinkTimeSeries)
- Sensor Node Time series (/api/Sensor/NodeAttributes)
- Sensor Node Attributes (/api/Sensor/NodeAttributes)
- Sensor Link Attributes (/api/Sensor/LinkAttributes)
- Sensor Attributes (/api/Sensor/Attributes)
- Subcatchment Attributes (/api/Subcatchment/Attributes)
- Subcatchment Attributes with end time (/api/Subcatchment/AttributesWithEndTime)
- Subcatchment Results (/api/Subcatchment/Results)
- System Summary (/api/System/Summary)
